github.com/oapi-codegen/runtime.fieldOrValue.value (field)
18 uses
github.com/oapi-codegen/runtime (current package)
deepobject.go#L93: value string
deepobject.go#L99: f.fields[fieldName] = fieldOrValue{value: value}
deepobject.go#L233: return dst.Bind(pathValues.value)
deepobject.go#L239: date.Time, err = time.Parse(types.DateFormat, pathValues.value)
deepobject.go#L255: tm, err = time.Parse(time.RFC3339Nano, pathValues.value)
deepobject.go#L259: tm, err = time.Parse(types.DateFormat, pathValues.value) //nolint:ineffassign,staticcheck
deepobject.go#L261: return fmt.Errorf("error parsing '%s' as RFC3339 or 2006-01-02 time: %s", pathValues.value, err)
deepobject.go#L302: val, err := strconv.ParseBool(pathValues.value)
deepobject.go#L304: return fmt.Errorf("expected a valid bool, got %s", pathValues.value)
deepobject.go#L309: val, err := strconv.ParseFloat(pathValues.value, 32)
deepobject.go#L311: return fmt.Errorf("expected a valid float, got %s", pathValues.value)
deepobject.go#L316: val, err := strconv.ParseFloat(pathValues.value, 64)
deepobject.go#L318: return fmt.Errorf("expected a valid float, got %s", pathValues.value)
deepobject.go#L323: val, err := strconv.ParseInt(pathValues.value, 10, 64)
deepobject.go#L325: return fmt.Errorf("expected a valid int, got %s", pathValues.value)
deepobject.go#L330: iv.SetString(pathValues.value)
deepobject.go#L348: values[i] = fv.value
deepobject.go#L355: err := assignPathValues(dstElem.Interface(), fieldOrValue{value: values[i]})
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |